This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Bug in Document.generateXML() method? ~Nicole Zenponetherakol 29.Nov.03 06:56 PM a Web browser Applications Development 6.0.2 CF2Windows 2000
I suspect that this is expected output. And that you should write any XSL to handle it.
Except at save time, the form properties have no impact on the back end document. So the XML export looks at the field, if it has more than 1 value then it is a list, otherwise it is not.
On the other hand, lotusscript treats all entries as lists. e.g. doc.field(0) is the value of even a single value field, in this case doc.field(1) does not exist.